type runtime.ancestorInfo
8 uses
runtime (current package)
proc.go#L4591: func saveAncestors(callergp *g) *[]ancestorInfo {
proc.go#L4596: var callerAncestors []ancestorInfo
proc.go#L4604: ancestors := make([]ancestorInfo, n)
proc.go#L4611: ancestors[0] = ancestorInfo{
proc.go#L4617: ancestorsp := new([]ancestorInfo)
runtime2.go#L487: ancestors *[]ancestorInfo // ancestor information goroutine(s) that created this goroutine (only used if debug.tracebackancestors)
runtime2.go#L1047: type ancestorInfo struct {
traceback.go#L1066: func printAncestorTraceback(ancestor ancestorInfo) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |